| GUI Help > Create > createEdit | ||||||||||||||
|
createEdit |
||||||||||||||
| int handle=createEdit(int x, int y, int width, int height, bool multiLine, handle parent) | ||||||||||||||
|
Description: Creates an edit gadget. Edits are boxes into which the user can type text. They are usually to allow the user to enter or edit values, eg: the name of a character in an RPG editor. Edit gadgets have a built-in right-click menu with Cut,Copy,Paste,Undo |
||||||||||||||
|
Return Value: Handle to the new panel. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |